c# get all id of list object

68

c# get all id of list object -

    Categories.Select(c => c.Id).ToList();

Comments

Submit
0 Comments